ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / SingleOverlayIndicatorBase<T> Class / AxisY Property

In This Topic
    AxisY Property (SingleOverlayIndicatorBase<T>)
    In This Topic
    Gets or sets the y-axis for the series.
    Syntax
    'Declaration
     
    
    Public Property AxisY As ChartAxis(Of T)
    public ChartAxis<T> AxisY {get; set;}
    See Also